PasswordRecord

interface PasswordRecord

A record saved in the password store.

Since

7.20

Types

Link copied to clipboard
class Builder
A builder of PasswordRecord.

Functions

Link copied to clipboard
open fun login(): String
The login.
Link copied to clipboard
open fun newBuilder(url: String, password: String): PasswordRecord.Builder
Creates a new CreditCard builder with the given required parameters.
Link copied to clipboard
open fun url(): String
The URL of the resource where the form is submitted.